home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / TEMP / GNU / bison / Precedencf < prev    next >
Text File  |  1995-06-28  |  717b  |  19 lines

  1. Precedence
  2. Previous: <Shift\/Reduce=>ShiftRedue> * Next: <Contextual Precedence=>Contextual> * Up: <Algorithm=>Algorithm>
  3.  
  4. #Wrap on
  5. {fH3}Operator Precedence{f}
  6.  
  7. Another situation where shift\/reduce conflicts appear is in arithmetic
  8. expressions.  Here shifting is not always the preferred resolution; the
  9. Bison declarations for operator precedence allow you to specify when to
  10. shift and when to reduce.
  11.  
  12. #Wrap off
  13. <Why Precedence=>WhyPrecede>:    An example showing why precedence is needed.
  14. <Using Precedence=>UsingPrece>:  How to specify precedence in Bison grammars.
  15. <Precedence Examples=>Precedencg>:  How these features are used in the previous example.
  16. <How Precedence=>HowPrecede>:    How they work.
  17. #Wrap on
  18.  
  19.